@media screen and (min-width:1200px) and (max-width:1599px) {
	.wrap_w {
		width: 1200px;
	}

	.top_logo {
		width: 658px;
		height: 100px;
	}

	.top_logo1 {
		width: 800px;
		height: 100px;
	}

	.top_search {
		margin: 44px 20px 44px 0;
	}
}

@media screen and (min-width:300px) and (max-width:1199px) {
	.wrap_w {
		width: 100%;
	}

	.top_header,
	.sub_main_wrap {
		flex-wrap: wrap;
	}

	.top_logo {
		width: 90%;
		height: auto;
		margin: 10px 5%;
	}

	.top_search {
		width: 90%;
		height: 30px;
		margin: 10px 5%;
	}

	input.top_input {
		width: calc(100% - 80px);
	}

	input.top_input,
	button.top_button {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.top_nav,
	.top_nav_ul {
		height: auto;
	}

	.top_nav_ul {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.top_nav_li {
		width: 25%;
		line-height: 30px;
	}

	.top_nav_li>a {
		font-size: 14px;
	}

	.top_nav_li:hover>a {
		line-height: inherit;
		margin: 0;
	}

	.sub_nav_ul {
		top: 30px;
	}
	.tabs_news_cols_item,
	.news_cols_top_label a,
	.news_cols_top_more a,
	span.news_li_tit,
	.link_cols_li,
	.link_cols_li a,
	.link_items_li>a,
	.copy,
	.copy a {
		font-size: 14px;
	}
	.copy{
		padding: 0 5px;
		width: calc(100% - 10px) !important;
	}

	.tabs_news_wrap,
	.news_cols_wrap,
	.news_cols_wrap1,
	.links_wrap,
	.news_wrap_works,
	.swiper_wrap,
	aside.left_nav {
		width: 98%;
		margin: 0 1%;
	}

	.tabs_news_wrap {
		margin-top: 10px;
	}

	.swiper_wrap,
	.swiper_wrap1,
	.swiper_imgs {
		/* display: none; */
		height: 120px;
	}

	.swiper_arrow {
		width: 20px;
		height: 20px;
		top: 50px
	}

	.news_wrap:first-of-type {
		flex-wrap: wrap-reverse;
	}

	.news_wrap,
	.link_nav,
	.link_cols_ul {
		flex-wrap: wrap;
		max-height: inherit;
	}


	.link_cols_li {
		width: 30%;
		margin-left: 10px;
	}

	.link_current {
		text-align: center;
		padding: 0 2px;
	}

	.link_current::before {
		border: none;
	}

	.left_nav_ul {
		display: flex;
		flex-wrap: wrap;
	}

	.left_nav_li {
		width: 46%;
	}

	.right_list {
		padding: 10px;
		width: calc(98% - 22px);
		margin: 10px 1% 0;
	}
	.news_li{
		width:100%!important;
	}
	span.news_li_dt{
		width:90px!important;
	}
}